fix(rmdir): switch to another API for folder removal
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 18 Apr 2025 14:05:07 +0000 (16:05 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 24 Apr 2025 09:01:34 +0000 (11:01 +0200)
commit710e5fac94af7217da4dea7df50ccc806d1488a7
tree75be9e4616a8bdceaaec19e0b0e27c89ac47fb86
parentf85ea35b4efdbd12ec1a29356a55dbee283c6ed8
fix(rmdir): switch to another API for folder removal

current QDir::rmdir API does not provide an error message when failing
to delete

retuse FileSystem::remove that may just works with folders

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/filesystem.cpp